home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / trouble with negativity < prev    next >
Text File  |  1999-06-15  |  720b  |  33 lines

  1. Category: Andrew's Filters 6
  2. Title: Trouble With Negativity...
  3. Copyright: Freeware
  4. Author: AB
  5. Filename: TrouNegt.8bf
  6.  
  7. R:255-rad(d,m,val(4,0,2))<<((r*ctl(0))/(rnd(ctl(3)%ctl(7),x))+(r*ctl(0))/(rnd(ctl(3)%ctl(7),X-x)))/ctl(3)
  8.  
  9. G:255-rad(d,m,val(5,0,2))<<((g*ctl(1))/(rnd(ctl(3)%ctl(7),x))+(g*ctl(1))/(rnd(ctl(3)%ctl(7),X-x)))/ctl(3)
  10.  
  11. B:255-rad(d,m,val(6,0,2))<<((b*ctl(2))/(rnd(ctl(3)%ctl(7),x))+(b*ctl(2))/(rnd(ctl(3)%ctl(7),X-x)))/ctl(3)
  12.  
  13. A:a
  14.  
  15. ctl[0]: Red Random
  16. ctl[1]: Green Random
  17. ctl[2]: Blue Random
  18. ctl[3]: Intensity
  19. ctl[4]: Red Effect
  20. ctl[5]: Green Effect
  21. ctl[6]: Blue Effect
  22. ctl[7]: Band
  23.  
  24. val[0]: 63
  25. val[1]: 31
  26. val[2]: 14
  27. val[3]: 105
  28. val[4]: 153
  29. val[5]: 255
  30. val[6]: 27
  31. val[7]: 77
  32.  
  33.